home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / utilitys / 93 / makersh / makersh.doc < prev    next >
Text File  |  1987-10-12  |  1KB  |  25 lines

  1. makersh.prg
  2.    Is a program that reads resource files ( .RSC files) and generates
  3. a file of C code ( .RSH file ) that represents the resource file.
  4. I wrote this program as a supplement to K - Resource  the resource
  5. construction set from Kuma. Unlike the RCS in the developer's kit
  6. K-resource does not come with the option to generate an RCS file.
  7. The RCS file be used with rcsfix.c which was posted to USENET about
  8. six months ago. rcsfix allows one to include the resource file in the
  9. program so as not have to worry about the RSC file when one needs it.
  10.     The program can be compiled in two forms a GEM form makersh.prg
  11. which uses dialogue boxes and some GEM cutesy-poo to post you on the 
  12. progress of the program. In the TOS form makersh.ttp the program takes
  13. two arguments infile outfile. Infile is the input RSC file and
  14. output is the output RSH. The TOS form is less "user-friendly" as well as
  15. incorporating less error checking. The makefile show how these two forms are
  16. compiled.The program was written using the Mark William C Developement
  17. System but should compile using other compilers. My knowledge of the
  18. structure of the RSC file and the desired format of the RSH are by inference
  19. only. The only documentation that I have had access to are the Abacus Books,
  20. an Programmer's guide to GEM by Balma and Fitler book
  21. and the .h files none  of which give direct information.  So if you find
  22. any mistakes or bugs please let me know. 
  23.  
  24.          
  25.